home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20000824-20010305 / 000009_news@columbia.edu _Tue Aug 29 12:07:26 2000.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from watsun.cc.columbia.edu (watsun.cc.columbia.edu [128.59.39.2])
  3.     by monire.cc.columbia.edu (8.9.3/8.9.3) with ESMTP id MAA23647
  4.     for <kermit.misc@cpunix.cc.columbia.edu>; Tue, 29 Aug 2000 12:07:26 -0400 (EDT)
  5. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  6.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id MAA03596
  7.     for <kermit.misc@watsun.cc.columbia.edu>; Tue, 29 Aug 2000 12:07:26 -0400 (EDT)
  8. Received: (from news@localhost)
  9.     by newsmaster.cc.columbia.edu (8.9.3/8.9.3) id LAA17427
  10.     for kermit.misc@watsun.cc.columbia.edu; Tue, 29 Aug 2000 11:52:58 -0400 (EDT)
  11. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  12. From: fdc@columbia.edu (Frank da Cruz)
  13. Subject: Re: USB Modem SupraMAX with K95
  14. Date: 29 Aug 2000 15:52:57 GMT
  15. Organization: Columbia University
  16. Message-ID: <8ogm8p$h0f$1@newsmaster.cc.columbia.edu>
  17. To: kermit.misc@columbia.edu
  18.  
  19. In article <8ogkdn$b9o$1@newssrv.otenet.gr>,
  20. A.Klamaris <starlato@otenet.gr> wrote:
  21. :  Frank da Cruz <fdc@watsun.cc.columbia.edu> wrote in message
  22. : 8oghvv$dtd$1@newsmaster.cc.columbia.edu...
  23. : > As long as you set it through the Windows Control Panel, it should "just
  24. : > work".  In K95, use "set tapi line" rather than "set port com1" or
  25. : > whatever.
  26. : >
  27. : I replaced the line "set port com1" with the "set tapi line" in file
  28. : mscustom.ini, but when K95 started it gave me the message "word tapi is not
  29. :
  30. You mean k95custom.ini, right?
  31.  
  32. : usable here". Can you help me more?
  33. You started out by saying that you have K95.  Do you really?  If you have
  34. MS-DOS Kermit, you'll need to replace it by Kermit 95 if you want to use 
  35. TAPI devices.
  36.  
  37. If you do have K95, then it must be a really old version.  TAPI support was
  38. added in version 1.1.12, June 1997.  Upgrade patches are here:
  39.  
  40.   http://www.columbia.edu/kermit/k95patches.html
  41.  
  42. - Frank